Carousel View
A custom view that displays a collection of image sources in a carousel-style interface, typically using a ViewPager with a cover flow effect.
CarouselView
manages a playlist of Source objects, specifically filtering for image types. It handles automatic playback, navigation (next/previous), and allows listeners to be notified of playback events.
This view implements RevelControl to integrate with a broader playback system and PlayedHandler to manage notifications when a source has been played.
See also
Constructors
Functions
Link copied to clipboard
Registers a listener to be notified of playlist events.
Link copied to clipboard
Gets an iterator over the configuration Options for this control.
Link copied to clipboard
Gets the Playlist associated with this control, if any.
Link copied to clipboard
Gets the type of the underlying module or content associated with this control.
Link copied to clipboard
Initializes the CarouselView with module data.
Link copied to clipboard
Checks if this control is configured to start its operation automatically after initialization.
Link copied to clipboard
Registers a listener to be notified when a source has been considered "played".
Link copied to clipboard
Unregisters a previously added playlist listener.
Link copied to clipboard
Sets whether this control should start its operation automatically after initialization.
Link copied to clipboard
Sets and plays the specified Source in the playlist.
Sets and plays the source specified by its index in the playlist.
Sets the current source, with an option to control immediate playback.
Sets the current source by its index in the playlist, with an option to control immediate playback.